home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / MantAirBall.swf / scripts / frame_5 / PlaceObject2_10_23 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2005-08-05  |  183 b   |  12 lines

  1. onClipEvent(load){
  2.    bounce = 1.5;
  3.    weight = 75;
  4.    base = 520;
  5.    lw = 30;
  6.    rw = 520;
  7.    ball = random(6);
  8.    this.gotoAndPlay(ball);
  9.    yspeed = 0;
  10.    xspeed = 0;
  11. }
  12.